home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / monkey_t.swf / scripts / DefineSprite_143 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  143 b   |  12 lines

  1. function start()
  2. {
  3.    gotoAndPlay(2);
  4.    _visible = true;
  5. }
  6. function remove()
  7. {
  8.    gotoAndStop(1);
  9.    _visible = false;
  10. }
  11. remove();
  12.